home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 95
/
MOBICLIC 95.ISO
/
mac
/
MWB_DATA
/
INTRO
/
INTRO.dir
/
00001_Script_SCRIPTS_GENE
next >
Wrap
Text File
|
2007-06-28
|
1KB
|
40 lines
global gLien
------------
on prepareMovie
-- RAZ_Zap_params()
if D10() then
(the stage).appearanceOptions.mask = member("STAGE_MASK")
(the stage).type = #document
end if
--touchesOff()
gLien = lien()
end
----------------------------
on startMovie
--test des couleurs de l'Θcran----------------------------------------------
case(gLien) of
"\" :-- la machine est un PC
register(xtra "PrintOMatic","PMAT170-611-02527")--n0 d'utilisateur Milan pour Printomatic MX12/07/04
if the colorDepth < 8 then
alert field "alerte2"
quit
else
if the colorDepth=8 then
alert field "alerte"
end if
end if
":" :-- la machine est un Mac
register(xtra "PrintOMatic","PMAT170-611-02527")--n0 d'utilisateur Milan pour Printomatic MX12/07/04
end case
-- registerDirectXtra()
if the colorDepth=8 then
alert field "alerte"
end if
end startMovie
------------------------------------
on stopMovie
gLien = VOID
end
------------------------------------